'Declaration
Public Overloads Shared Sub CaptureFile( _ ByVal fileContents() As Byte, _ ByVal fileName As String, _ ByVal fileDate As Date, _ Optional ByVal originalPath As String _ )
public static void CaptureFile( byte[] fileContents, string fileName, DateTime fileDate, string originalPath )
public: static void CaptureFile( array<byte>^ fileContents, String^ fileName, DateTime fileDate, String^ originalPath )
Parameters
- fileContents
- The contents to write to the file
- fileName
- The file name to display for the data.
- fileDate
- The timestamp to display for the file.
- originalPath
- The path to display for the file. Can be null or empty.